From 52398c8354c7b288cf58ebe5f8e0f3d339a659f0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 18:25:35 +0000 Subject: [PATCH] Actually use a higher priority than resize --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 8eb75cf8e4..92270bc459 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -619,7 +619,7 @@ do_theme_change (GtkIconTheme *icon_theme) if (!priv->reset_styles_idle) priv->reset_styles_idle = - g_idle_add_full (GTK_PRIORITY_RESIZE + 2, + g_idle_add_full (GTK_PRIORITY_RESIZE - 2, reset_styles_idle, icon_theme, NULL); } -- 2.30.2